Fix GtkToolButton possibly being empty
authorOlivier Brunel <jjk@jjacky.com>
Mon, 14 Oct 2013 18:08:30 +0000 (20:08 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 16 Oct 2013 01:44:18 +0000 (21:44 -0400)
commit48770fda3018ca5f418493be5b0f6aa083e8a14f
tree9867d69a6032761ee8b10ab3f716d1e02ab5b736
parent07eafbaaa88ded2d57b5696c842dbb7059f05434
Fix GtkToolButton possibly being empty

With style BOTH_HORIZ the label would not be selected (if not marked
"important") and when there's no icon, it would result in an empty button.

Signed-off-by: Olivier Brunel <jjk@jjacky.com>
https://bugzilla.gnome.org/show_bug.cgi?id=710134
gtk/gtktoolbutton.c